home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / misc / vahunz.lha / vahunz / example / older.h < prev    next >
Text File  |  1998-02-09  |  165b  |  9 lines

  1. /*
  2.  * older.h - functions to let a person grow older, header file
  3.  */
  4.  
  5. /* A simple prototype for the function in older.c */
  6. void grow_older(char *name, int *age);
  7.  
  8.  
  9.